home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '87 / Utilities ƒ / Text Editors ƒ / FastEddie2Ltd ƒ / changes.6 next >
Text File  |  1986-08-19  |  3KB  |  101 lines

  1. Following is a listing of changes from FstEddie2.5 to FastEddie2.6:
  2.  
  3.          • "changE spacing" in display menu changes lineheight
  4.            (<cmd><Shift>E decreases spacing, <cmd>E increases 
  5.            it), "save oPtions" makes the last change the default
  6.  
  7.          • standard clipboard now implemented
  8.          
  9.       • stacked windows are now bigger (and more convienent)
  10.       
  11.       • window title is now full path name
  12.  
  13.          • All open files are now passed to any "transfer" program
  14.          
  15.          • mmc auto error display with megamax C upgraded to HFS
  16.  
  17.          • implicit transfer names (items > 12 in the file menu)
  18.            are disabled if they cannot be opened (thus preventing
  19.            any attempted open of a non existant file)
  20.  
  21.          • changing fonts now tries to maintain size (previous
  22.            default was smallest size)
  23.  
  24.          • Lineheight set to multiple of font (for better spacing)
  25.  
  26.          • Auto indent copies both TABS and blanks (previously
  27.            it inserted blanks only)
  28.  
  29.          • inserting blank before TAB moves TAB to next stop
  30.  
  31.       • bug exterminated .. attempted synchronized scroll bombed 
  32.         when there was only one window open
  33.  
  34.  
  35.  
  36. Following is a listing of changes from FstEddie2.4 to FastEddie2.5:
  37.  
  38.          • "insert returns" in display menu inserts carriage returns at 
  39.            line breaks in selected text (use with word wrap on to "freeze" 
  40.            line widths)
  41.  
  42.       • "delete returns" in display menu deletes carriage returns in 
  43.         selected text (to undo "insert returns")
  44.  
  45.       • <cmd><Shift><Enter> extends selection to the end of the file 
  46.         (our answer to a request for "Select all")
  47.       
  48.       • <Option><Shift><Enter> extends selection the to top of the file 
  49.         and scrolls to the top of the file (ditto)
  50.         
  51.       • change buffer in "find, change..." now understands "\n" (carriage 
  52.         return) and "\t" (tab) and "\l" (linefeed .. undocumented)
  53.  
  54.          • "about <file>" now has column number (requested by Fortran 
  55.            programmers)
  56.       
  57.       • auto scroll now works with Mac+ ROMs (The erradic behavior of 
  58.         SelRect in the new ROMs caused much grief)
  59.  
  60.  
  61.  
  62. Following is a listing of changes from FstEddie2.3 to FastEddie2.4:
  63.  
  64.       new features:
  65.  
  66.             • <cmd><Option>W now activates next window
  67.  
  68.             • <cmd><Option><Shift>W now activate previous window
  69.  
  70.                • optional hard TAB emulation
  71.                   • "tabs are simple" in options menu uses appropriate spaces 
  72.                     instead of TAB characters .. "tabs are smart" emulates 
  73.                     "hard" tabs
  74.               
  75.             • cursor movement from arrows on Mac+ or keypad
  76.                   • default is character movement
  77.                   • use <Option> for word and line movement
  78.                   • use <Shift> to extend selection
  79.  
  80.  
  81.       pretifications:
  82.  
  83.             • Untitled now without leading disk name
  84.  
  85.             • horizontal scroll to home on change to wrap (simplifies code)
  86.       
  87.             • horizontal scroll now disallowed in word wrap (simplifies code)
  88.       
  89.             • flushevents on startup eliminated (eliminates periodic problem  
  90.               with disk insertion during "open..." dialog startup)
  91.  
  92.  
  93.       minor bugs fixed:
  94.  
  95.             • transfer from TabsOut (V1.2) now works
  96.       
  97.             • break lines in File menu now always disabled 
  98.  
  99.             • slight horizontal scroll misallignment fixed
  100.  
  101.